Fix the order number of the documents.#594
Merged
Merged
Conversation
Contributor
|
⏸️ Documentation sync is pending approval This PR requires approval from a maintainer before automatic synchronization can proceed. Once approved, the documentation will be automatically translated and synchronized. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR corrects section numbering inconsistencies across multiple plugin development documentation files. The changes ensure that numbered sections follow a sequential order, fixing duplicate numbering and incorrect step numbers that could confuse readers following the tutorials.
Key Changes
- Fixed duplicate section numbering in tool-plugin.mdx (two sections numbered as "4")
- Corrected step numbers in develop-flomo-plugin.mdx (Step 9 → Step 8)
- Adjusted section numbers in develop-a-slack-bot-plugin.mdx to maintain sequential order
- Removed unnecessary CodeGroup tags in cli.mdx for a single code block
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| en/develop-plugin/getting-started/cli.mdx | Removed unnecessary <CodeGroup> wrapper around single bash code block for installation verification |
| en/develop-plugin/dev-guides-and-walkthroughs/tool-plugin.mdx | Fixed duplicate section 4 by renumbering "Completing the Tool Provider Code" from 4 to 5 |
| en/develop-plugin/dev-guides-and-walkthroughs/develop-flomo-plugin.mdx | Corrected final step number from Step 9 to Step 8 for "Package and distribute" section |
| en/develop-plugin/dev-guides-and-walkthroughs/develop-a-slack-bot-plugin.mdx | Renumbered sections 2-6 to maintain sequential order (Debug→3, Verify→4, Package→5, Publish→6) |
| en/develop-plugin/dev-guides-and-walkthroughs/cheatsheet.mdx | Fixed section numbering in Plugin Development Process from 4 to 3 for "Packaging and Deployment" |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
RiskeyL
previously approved these changes
Dec 12, 2025
RiskeyL
approved these changes
Dec 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.